home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 435
- Height = 300
- Caption = 'Tips system sample'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Tips1: TTips
- Title = 'Tips system'
- TipsHelp = 'Did you know...'
- TipsToShow.Strings = (
- 'Hello and Welcome to the Tips system...!'
- 'User can edit the tips by pressing "Edit button".'
-
- 'If "ofShowBtnEdit" in "Options" then Tips system will use loade' +
- 'd from stream or file Tips. Otherwise will use default ones.'
- 'You can specify events for each button clicking.'
- 'User can change order of tips using "Drag and Drop".'
- 'User can add own notes / tips ("Add" button).')
- PanelsColor = 14614527
- Left = 16
- Top = 232
- end
- end
-